Skip to content

[SYCL][Test] Fix mock calls in render-group test #19685

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Aug 5, 2025

Conversation

againull
Copy link
Contributor

@againull againull commented Aug 1, 2025

Enhance the mock library used in the render-group SYCL test to support both standard and large file variants (glob, glob64, open, open64, globfree, globfree64).
When large file support is enabled in the build, the mock library now correctly provides the required "*64" symbols. Additionally, if files are not /dev/dri/renderD* then fallback to the real library functions, preserving rest of the sycl-ls functionality.
This improves reliability across different build configurations.

Enhance the mock library used in the render-group SYCL test
to support both standard and large file variants (glob, glob64,
open, open64, globfree, globfree64).
When large file support is enabled in the build, the mock
library now correctly provides the required *64 symbols.
Additionally, if files are not /dev/dri/renderD* then fallback
to the real library functions, preserving rest of the sycl-ls
functionality.
This improves reliability across different build configurations.
@againull againull requested a review from a team as a code owner August 1, 2025 19:18
@againull againull merged commit f4f535e into intel:sycl Aug 5, 2025
29 of 30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants